home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00007_Playing voice opening animation.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  202 b   |  6 lines

  1. on exitFrame
  2.   global gVoiceChannel, gPathToSound, fileDelimiter
  3.   preloadMember("opening min", "opening max")
  4.   sound playFile gVoiceChannel, gPathToSound & "rules" & fileDelimiter & "welcome.aif"
  5. end
  6.